golang.org/x/tools/internal/gcimporter.objQueue.head (field)
10 uses
golang.org/x/tools/internal/gcimporter (current package)
iexport.go#L1141: head, tail int
iexport.go#L1146: return q.head == q.tail
iexport.go#L1153: } else if q.head+len(q.ring) == q.tail {
iexport.go#L1157: part := q.ring[q.head%len(q.ring):]
iexport.go#L1158: if q.tail-q.head <= len(part) {
iexport.go#L1159: part = part[:q.tail-q.head]
iexport.go#L1165: q.ring, q.head, q.tail = nring, 0, q.tail-q.head
iexport.go#L1177: obj := q.ring[q.head%len(q.ring)]
iexport.go#L1178: q.head++
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)